radius servers
This command configures the RADIUS Servers table, which configures RADIUS servers.
Syntax
(config-system)# radius servers <Index> (servers-<Index>)#
|
Command |
Description |
|---|---|
|
Index |
Defines the table row index. |
|
acc-port |
Defines the RADIUS server's accounting port. |
|
auth-port |
Defines the RADIUS server's authentication port. |
|
ip-address |
Defines the RADIUS server's IP address. |
|
network-interface |
Assigns an IP Interface from the IP Interfaces table for RADIUS communication. |
|
shared-secret |
Defines the shared secret between the RADIUS client and the RADIUS server. |
Command Mode
Privileged User
Example
This example configures a RADIUS server with IP address 10.15.7.8:
(config-system)# radius servers 0 (servers-0)# ip-address 10.15.7.8